projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc08a6b
)
(abort): Don't redefine on DOS_NT.
author
Karl Heuer
<kwzh@gnu.org>
Thu, 9 Apr 1998 17:03:05 +0000
(17:03 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Thu, 9 Apr 1998 17:03:05 +0000
(17:03 +0000)
src/emacs.c
patch
|
blob
|
history
diff --git
a/src/emacs.c
b/src/emacs.c
index 11a77e0890d44cd66bbe0ab86dcce4845c7d229f..282528381f424136e807c7a2d1e247f96a03b6a0 100644
(file)
--- a/
src/emacs.c
+++ b/
src/emacs.c
@@
-261,7
+261,7
@@
memory_warning_signal (sig)
so that GDB can return from a breakpoint here.
MSDOS has its own definition on msdos.c */
-#ifndef
MSDOS
+#ifndef
DOS_NT
void
abort ()
{